php get function name

33

function myFunction() { print __FUNCTION__." in ".__FILE__." at ".__LINE__."\n"; }

Comments

Submit
0 Comments